#include <deApi.hpp>
Public Member Functions | |
| bool | IsA (const deApiType *pType) |
| bool | IsA (const deString &sType) |
| bool | IsNull () |
| unsigned long | GetRuntimeID () |
| bool | Destroy () |
| deApiHandle & | operator= (deApiHandle &rhs) |
| deApiHandle (const deApiHandle &rhs) | |
| deApiHandle () | |
| ~deApiHandle () | |
Private Member Functions | |
| void | SetRuntimeID (unsigned long runtimeID) |
| deApiObject * | Dereference () |
Private Attributes | |
| unsigned long | runtimeID |
| bool | bNull |
Friends | |
| class | deApiNodeTree |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3